3.78 \(\int \frac{\left (2-3 x+x^2\right ) \left (d+e x+f x^2+g x^3+h x^4+i x^5\right )}{4-5 x^2+x^4} \, dx\)

Optimal. Leaf size=90 \[ \log (x+1) (d-e+f-g+h-i)-\log (x+2) (d-2 e+4 f-8 g+16 h-32 i)+x (f-3 g+7 h-15 i)+\frac{1}{2} x^2 (g-3 h+7 i)+\frac{1}{3} x^3 (h-3 i)+\frac{i x^4}{4} \]

[Out]

(f - 3*g + 7*h - 15*i)*x + ((g - 3*h + 7*i)*x^2)/2 + ((h - 3*i)*x^3)/3 + (i*x^4)
/4 + (d - e + f - g + h - i)*Log[1 + x] - (d - 2*e + 4*f - 8*g + 16*h - 32*i)*Lo
g[2 + x]

_______________________________________________________________________________________

Rubi [A]  time = 0.213773, antiderivative size = 90, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 4, integrand size = 46, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.087 \[ \log (x+1) (d-e+f-g+h-i)-\log (x+2) (d-2 e+4 f-8 g+16 h-32 i)+x (f-3 g+7 h-15 i)+\frac{1}{2} x^2 (g-3 h+7 i)+\frac{1}{3} x^3 (h-3 i)+\frac{i x^4}{4} \]

Antiderivative was successfully verified.

[In]  Int[((2 - 3*x + x^2)*(d + e*x + f*x^2 + g*x^3 + h*x^4 + i*x^5))/(4 - 5*x^2 + x^4),x]

[Out]

(f - 3*g + 7*h - 15*i)*x + ((g - 3*h + 7*i)*x^2)/2 + ((h - 3*i)*x^3)/3 + (i*x^4)
/4 + (d - e + f - g + h - i)*Log[1 + x] - (d - 2*e + 4*f - 8*g + 16*h - 32*i)*Lo
g[2 + x]

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - 3 g x + 7 h x + \frac{i x^{4}}{4} - 15 i x + x^{3} \left (\frac{h}{3} - i\right ) + \left (g - 3 h + 7 i\right ) \int x\, dx - \left (d - 2 e + 4 f - 8 g + 16 h - 32 i\right ) \log{\left (x + 2 \right )} + \left (d - e + f - g + h - i\right ) \log{\left (x + 1 \right )} + \int f\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((x**2-3*x+2)*(i*x**5+h*x**4+g*x**3+f*x**2+e*x+d)/(x**4-5*x**2+4),x)

[Out]

-3*g*x + 7*h*x + i*x**4/4 - 15*i*x + x**3*(h/3 - i) + (g - 3*h + 7*i)*Integral(x
, x) - (d - 2*e + 4*f - 8*g + 16*h - 32*i)*log(x + 2) + (d - e + f - g + h - i)*
log(x + 1) + Integral(f, x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0757102, size = 91, normalized size = 1.01 \[ \log (x+1) (d-e+f-g+h-i)+\log (x+2) (-d+2 e-4 f+8 g-16 h+32 i)+x (f-3 g+7 h-15 i)+\frac{1}{2} x^2 (g-3 h+7 i)+\frac{1}{3} x^3 (h-3 i)+\frac{i x^4}{4} \]

Antiderivative was successfully verified.

[In]  Integrate[((2 - 3*x + x^2)*(d + e*x + f*x^2 + g*x^3 + h*x^4 + i*x^5))/(4 - 5*x^2 + x^4),x]

[Out]

(f - 3*g + 7*h - 15*i)*x + ((g - 3*h + 7*i)*x^2)/2 + ((h - 3*i)*x^3)/3 + (i*x^4)
/4 + (d - e + f - g + h - i)*Log[1 + x] + (-d + 2*e - 4*f + 8*g - 16*h + 32*i)*L
og[2 + x]

_______________________________________________________________________________________

Maple [A]  time = 0.01, size = 134, normalized size = 1.5 \[{\frac{i{x}^{4}}{4}}+{\frac{h{x}^{3}}{3}}-i{x}^{3}+{\frac{g{x}^{2}}{2}}-{\frac{3\,h{x}^{2}}{2}}+{\frac{7\,i{x}^{2}}{2}}+fx-3\,gx+7\,hx-15\,ix-\ln \left ( 2+x \right ) d+2\,\ln \left ( 2+x \right ) e-4\,\ln \left ( 2+x \right ) f+8\,\ln \left ( 2+x \right ) g-16\,\ln \left ( 2+x \right ) h+32\,\ln \left ( 2+x \right ) i+\ln \left ( 1+x \right ) d-\ln \left ( 1+x \right ) e+\ln \left ( 1+x \right ) f-\ln \left ( 1+x \right ) g+\ln \left ( 1+x \right ) h-\ln \left ( 1+x \right ) i \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((x^2-3*x+2)*(i*x^5+h*x^4+g*x^3+f*x^2+e*x+d)/(x^4-5*x^2+4),x)

[Out]

1/4*i*x^4+1/3*h*x^3-i*x^3+1/2*g*x^2-3/2*h*x^2+7/2*i*x^2+f*x-3*g*x+7*h*x-15*i*x-l
n(2+x)*d+2*ln(2+x)*e-4*ln(2+x)*f+8*ln(2+x)*g-16*ln(2+x)*h+32*ln(2+x)*i+ln(1+x)*d
-ln(1+x)*e+ln(1+x)*f-ln(1+x)*g+ln(1+x)*h-ln(1+x)*i

_______________________________________________________________________________________

Maxima [A]  time = 0.709519, size = 113, normalized size = 1.26 \[ \frac{1}{4} \, i x^{4} + \frac{1}{3} \,{\left (h - 3 \, i\right )} x^{3} + \frac{1}{2} \,{\left (g - 3 \, h + 7 \, i\right )} x^{2} +{\left (f - 3 \, g + 7 \, h - 15 \, i\right )} x -{\left (d - 2 \, e + 4 \, f - 8 \, g + 16 \, h - 32 \, i\right )} \log \left (x + 2\right ) +{\left (d - e + f - g + h - i\right )} \log \left (x + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((i*x^5 + h*x^4 + g*x^3 + f*x^2 + e*x + d)*(x^2 - 3*x + 2)/(x^4 - 5*x^2 + 4),x, algorithm="maxima")

[Out]

1/4*i*x^4 + 1/3*(h - 3*i)*x^3 + 1/2*(g - 3*h + 7*i)*x^2 + (f - 3*g + 7*h - 15*i)
*x - (d - 2*e + 4*f - 8*g + 16*h - 32*i)*log(x + 2) + (d - e + f - g + h - i)*lo
g(x + 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.273541, size = 113, normalized size = 1.26 \[ \frac{1}{4} \, i x^{4} + \frac{1}{3} \,{\left (h - 3 \, i\right )} x^{3} + \frac{1}{2} \,{\left (g - 3 \, h + 7 \, i\right )} x^{2} +{\left (f - 3 \, g + 7 \, h - 15 \, i\right )} x -{\left (d - 2 \, e + 4 \, f - 8 \, g + 16 \, h - 32 \, i\right )} \log \left (x + 2\right ) +{\left (d - e + f - g + h - i\right )} \log \left (x + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((i*x^5 + h*x^4 + g*x^3 + f*x^2 + e*x + d)*(x^2 - 3*x + 2)/(x^4 - 5*x^2 + 4),x, algorithm="fricas")

[Out]

1/4*i*x^4 + 1/3*(h - 3*i)*x^3 + 1/2*(g - 3*h + 7*i)*x^2 + (f - 3*g + 7*h - 15*i)
*x - (d - 2*e + 4*f - 8*g + 16*h - 32*i)*log(x + 2) + (d - e + f - g + h - i)*lo
g(x + 1)

_______________________________________________________________________________________

Sympy [A]  time = 8.60097, size = 122, normalized size = 1.36 \[ \frac{i x^{4}}{4} + x^{3} \left (\frac{h}{3} - i\right ) + x^{2} \left (\frac{g}{2} - \frac{3 h}{2} + \frac{7 i}{2}\right ) + x \left (f - 3 g + 7 h - 15 i\right ) + \left (- d + 2 e - 4 f + 8 g - 16 h + 32 i\right ) \log{\left (x + \frac{4 d - 6 e + 10 f - 18 g + 34 h - 66 i}{2 d - 3 e + 5 f - 9 g + 17 h - 33 i} \right )} + \left (d - e + f - g + h - i\right ) \log{\left (x + 1 \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((x**2-3*x+2)*(i*x**5+h*x**4+g*x**3+f*x**2+e*x+d)/(x**4-5*x**2+4),x)

[Out]

i*x**4/4 + x**3*(h/3 - i) + x**2*(g/2 - 3*h/2 + 7*i/2) + x*(f - 3*g + 7*h - 15*i
) + (-d + 2*e - 4*f + 8*g - 16*h + 32*i)*log(x + (4*d - 6*e + 10*f - 18*g + 34*h
 - 66*i)/(2*d - 3*e + 5*f - 9*g + 17*h - 33*i)) + (d - e + f - g + h - i)*log(x
+ 1)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.286156, size = 131, normalized size = 1.46 \[ \frac{1}{4} \, i x^{4} + \frac{1}{3} \, h x^{3} - i x^{3} + \frac{1}{2} \, g x^{2} - \frac{3}{2} \, h x^{2} + \frac{7}{2} \, i x^{2} + f x - 3 \, g x + 7 \, h x - 15 \, i x -{\left (d + 4 \, f - 8 \, g + 16 \, h - 32 \, i - 2 \, e\right )}{\rm ln}\left ({\left | x + 2 \right |}\right ) +{\left (d + f - g + h - i - e\right )}{\rm ln}\left ({\left | x + 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((i*x^5 + h*x^4 + g*x^3 + f*x^2 + e*x + d)*(x^2 - 3*x + 2)/(x^4 - 5*x^2 + 4),x, algorithm="giac")

[Out]

1/4*i*x^4 + 1/3*h*x^3 - i*x^3 + 1/2*g*x^2 - 3/2*h*x^2 + 7/2*i*x^2 + f*x - 3*g*x
+ 7*h*x - 15*i*x - (d + 4*f - 8*g + 16*h - 32*i - 2*e)*ln(abs(x + 2)) + (d + f -
 g + h - i - e)*ln(abs(x + 1))